SYNTAX
print referenceToObjectPARAMETER
- referenceToObject
- A reference to the object or objects to print--typically files
or containers--or a list of references.
Class: Reference or list of referencesRESULT
Reference to the printed object or a list of references.EXAMPLE
tell application "Finder" to print file "Addresses" of startup diskNOTES
The statementprint items in referenceToContainer
(where referenceToContainer is a reference to any container) won't compile. Instead,
use the statementprint every item of referenceToContainer.